home *** CD-ROM | disk | FTP | other *** search
Wrap
<?xml version="1.0" encoding="Windows-1252"?> <html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" MadCap:tocPath="Gruppenrichtlinien (GPO)|Benutzerkonfiguration|Administrative Vorlagen|Windows-Komponenten|Windows Explorer"> <head> <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" /><title>Laufwerke ausblenden</title> <!--sphider_noindex--> <meta name="keywords" content="Windows Vista, windows xp, 2003, 2000, Tipp, ME, Millennium, 98, windows 95, windows nt, Registy, tuning, tweak ui, internet explorer, internet,Ausblenden,Laufwerk,Laufwerkfreigabe,NoDrives,SECURITY,Sicherheit" /> <link href="../primary.css" rel="stylesheet" type="text/css" /> <link href="../resources/tablestyles/basic.css" rel="stylesheet" MadCap:stylesheetType="table" /> <link href="../resources/tablestyles/basic.css" rel="stylesheet" MadCap:stylesheetType="table" /> <link href="../skinsupport/madcap.css" rel="stylesheet" type="text/css" /> <script src="../skinsupport/madcaputilities.js">/*<![CDATA[*/ /*]]>*/</script> <script src="../skinsupport/madcapeffects.js">/*<![CDATA[*/ /*]]>*/</script> <script src="../skinsupport/madcapeffectsmenu.js">/*<![CDATA[*/ /*]]>*/</script> <script src="../skinsupport/madcapbody.js">/*<![CDATA[*/ /*]]>*/</script> <script src="../skinsupport/madcaphighlighter.js">/*<![CDATA[*/ /*]]>*/</script> </head> <body><script language="javascript"> if (window.name != "content") document.write("<center><a href='../index.html?page=tip0000/tip0382.htm'>show framing</a></center>") </script> <h1>Laufwerke ausblenden</h1> <p class="htmlsystem"><a href="tip0001.htm" title="Alle Betriebssysteme"><img src="../icons/allebs.png" alt="Alle Betriebssysteme" /></a> </p> <hr width="100%" size="4" align="center" /> <p> <img src="../icons/device.png" alt="icons/device.png" width="39" height="34" align="BASELINE" border="0" /> </p> <p>Durch einen Eintrag in der Registrydatenbank k÷nnen Sie Laufwerke ausblenden. Diese Laufwerke werden dann unter "Arbeitsplatz" und im Explorer nicht mehr angezeigt.</p> <p>Das Ausblenden hat allerdings Auswirkungen auf einige EintrΣge im Startmenⁿ. Siehe dazu "<a href="../tip0500/tip0592.htm">Aufrufe im START-Button sind grau hinterlegt</a>".</p> <!--sphider_noindex--> <table style="caption-side: top;mc-table-style: url('../Resources/TableStyles/Basic.css');" class="TableStyle_Basic" cellspacing="0"> <col /> <tbody> <tr> <td class="TableStyle_Basic_Body_0_0_RowEnd_ColEnd"> <p>Starten Sie den <a href="tip0004.htm">Registryeditor</a> und Σndern Sie in der Registry die EintrΣge wie beschrieben ab.</p> <p>Beachten Sie dazu bitte folgende Punkte:</p> <ul> <li value="1"><a href="tip0002.htm">Aufbau der Registrydatenbank</a> </li> <li value="2"><a href="tip0003.htm">Wichtige Hinweise (Informationen zum Sichern der Registrydatenbank)</a> </li> <li value="3"><a href="tip0004.htm">Unterschiede zwischen Regedit und Regedt32</a> </li> </ul> <p>Aufrufen von <b>REGEDIT.EXE</b> (alle Betriebsysteme) oder <b>REGEDT32.EXE</b> (nur Windows NT/2000)</p> <p> </p> <p class="htmlinfo"><span style="color: #ff0000;"></span> <img src="../icons/hand.png" alt="Info" />Wenn der Pfad zum Schlⁿssel nicht vorhanden ist, mⁿssen Sie die n÷tigen Schlⁿssel selber hinzufⁿgen. Rechtsklick auf den letzten Schlⁿssel (links im Tree) aus dem Kontextmenⁿ "Neu" -> "Schlⁿssel" auswΣhlen und die fehlenden Schlⁿssel mit den angegebenen Namen anlegen.</p> </td> </tr> </tbody> </table> <p> </p> <!--/sphider_noindex--> <p>Unter:</p> <p class="htmlfett">HKEY_CURRENT_USER\ Software\ Microsoft\ Windows\ CurrentVersion\ <span class="MCPopup"><a href="javascript:void(0);" class="MCPopupSpot" onclick="FMCPopup( event, this ); return false;">Policies</a><iframe class="MCPopupBody" name="popup1" frameborder="0" MadCap:src="../popup/tip1928.htm" src="../../skin/blank.htm" style="display: none;" onload="if ( typeof( FMCIFrameOnload ) == 'function' ) {{ FMCIFrameOnload( this ); }}"></iframe></span>\ Explorer</p> <p>kann man mit den Schlⁿssel "<b>NoDrives</b>" </p> <ul style="list-style-type: circle;"> <li value="1">als <a href="tip0002.htm#datentypen">Datentyp </a> REG_BINARY (9x und ME)</li> <li value="2">als <a href="tip0002.htm#datentypen">Datentyp </a> REG_DWORD (NT und ab 2000)</li> </ul> <p>durch Setzen von Bitmasken Laufwerke ausblenden.</p> <p> </p> <p>Wird der Schlⁿssel als Datentyp BINARY angelegt, dann gilti n diesem Fall:</p> <p> "AA BB CC DD" entsprichtdem DWORD "DDCCBBAA"</p> <p> </p> <p>BinΣrwert (von rechts nach links): Byte 1 (ganz rechts) kontrolliert Laufwerk [A: bis H:], Byte 2 [I: bis P:] usw.</p> <p>Byte 1 Bit 1 bedeutet: 00 00 00 01 -> Laufwerk A</p> <p>Byte 1 Bit 2 bedeutet: 00 00 00 02 -> Laufwerk B</p> <p>Byte 1 Bit 3 bedeutet: 00 00 00 04 -> Laufwerk C</p> <p>Byte 1 Bit 4 bedeutet: 00 00 00 08 -> Laufwerk D</p> <p>Byte 1 Bit 5 bedeutet: 00 00 00 10 -> Laufwerk E</p> <p>Byte 1 Bit 6 bedeutet: 00 00 00 20 -> Laufwerk F</p> <p>etc.</p> <p>Byte 2 Bit 1 bedeutet: 00 00 01 00 -> Laufwerk I</p> <p>▄ber eine einfache Bitliste k÷nnen Sie den erforderlichen Wert leicht ausrechnen:</p> <table style="width: 100%;mc-table-style: url('../Resources/TableStyles/Basic.css');" class="TableStyle_Basic" cellspacing="0"> <tbody> <tr> <td class="TableStyle_Basic_Body_0_0_RowSep_ColSep">b2</td> <td class="TableStyle_Basic_Body_0_0_RowSep_ColSep">b1</td> <td class="TableStyle_Basic_Body_0_0_RowSep_ColSep">b8</td> <td class="TableStyle_Basic_Body_0_0_RowSep_ColSep">b7</td> <td class="TableStyle_Basic_Body_0_0_RowSep_ColSep">b6</td> <td class="TableStyle_Basic_Body_0_0_RowSep_ColSep">b5</td> <td class="TableStyle_Basic_Body_0_0_RowSep_ColSep">b4</td> <td class="TableStyle_Basic_Body_0_0_RowSep_ColSep">b3</td> <td class="TableStyle_Basic_Body_0_0_RowSep_ColSep">b2</td> <td class="TableStyle_Basic_Body_0_0_RowSep_ColSep">b1</td> <td class="TableStyle_Basic_Body_0_0_RowSep_ColSep">b8</td> <td class="TableStyle_Basic_Body_0_0_RowSep_ColSep">b7</td> <td class="TableStyle_Basic_Body_0_0_RowSep_ColSep">b6</td> <td class="TableStyle_Basic_Body_0_0_RowSep_ColSep">b5</td> <td class="TableStyle_Basic_Body_0_0_RowSep_ColSep">b4</td> <td class="TableStyle_Basic_Body_0_0_RowSep_ColSep">b3</td> <td class="TableStyle_Basic_Body_0_0_RowSep_ColSep">b2</td> <td class="TableStyle_Basic_Body_0_0_RowSep_ColSep"> <p>b1</p> </td> <td class="TableStyle_Basic_Body_0_0_RowSep_ColSep">b8</td> <td class="TableStyle_Basic_Body_0_0_RowSep_ColSep">b7</td> <td class="TableStyle_Basic_Body_0_0_RowSep_ColSep">b6</td> <td class="TableStyle_Basic_Body_0_0_RowSep_ColSep">b5</td> <td class="TableStyle_Basic_Body_0_0_RowSep_ColSep">b4</td> <td class="TableStyle_Basic_Body_0_0_RowSep_ColSep">b3</td> <td class="TableStyle_Basic_Body_0_0_RowSep_ColSep">b2</td> <td class="TableStyle_Basic_Body_0_0_RowSep_ColEnd"> <p>b1</p> </td> </tr> <tr> <td class="TableStyle_Basic_Body_0_0_RowEnd_ColSep">z</td> <td class="TableStyle_Basic_Body_0_0_RowEnd_ColSep">y</td> <td class="TableStyle_Basic_Body_0_0_RowEnd_ColSep">x</td> <td class="TableStyle_Basic_Body_0_0_RowEnd_ColSep">w</td> <td class="TableStyle_Basic_Body_0_0_RowEnd_ColSep">v</td> <td class="TableStyle_Basic_Body_0_0_RowEnd_ColSep">u</td> <td class="TableStyle_Basic_Body_0_0_RowEnd_ColSep">t</td> <td class="TableStyle_Basic_Body_0_0_RowEnd_ColSep">s</td> <td class="TableStyle_Basic_Body_0_0_RowEnd_ColSep">r</td> <td class="TableStyle_Basic_Body_0_0_RowEnd_ColSep">q</td> <td class="TableStyle_Basic_Body_0_0_RowEnd_ColSep">p</td> <td class="TableStyle_Basic_Body_0_0_RowEnd_ColSep">o</td> <td class="TableStyle_Basic_Body_0_0_RowEnd_ColSep">n</td> <td class="TableStyle_Basic_Body_0_0_RowEnd_ColSep">m</td> <td class="TableStyle_Basic_Body_0_0_RowEnd_ColSep">l</td> <td class="TableStyle_Basic_Body_0_0_RowEnd_ColSep">k</td> <td class="TableStyle_Basic_Body_0_0_RowEnd_ColSep">j</td> <td class="TableStyle_Basic_Body_0_0_RowEnd_ColSep">i</td> <td class="TableStyle_Basic_Body_0_0_RowEnd_ColSep">h</td> <td class="TableStyle_Basic_Body_0_0_RowEnd_ColSep">g</td> <td class="TableStyle_Basic_Body_0_0_RowEnd_ColSep">f</td> <td class="TableStyle_Basic_Body_0_0_RowEnd_ColSep">e</td> <td class="TableStyle_Basic_Body_0_0_RowEnd_ColSep">d</td> <td class="TableStyle_Basic_Body_0_0_RowEnd_ColSep">c</td> <td class="TableStyle_Basic_Body_0_0_RowEnd_ColSep">b</td> <td class="TableStyle_Basic_Body_0_0_RowEnd_ColEnd">a</td> </tr> </tbody> </table> <p>Schreiben Sie jetzt einfach unter jeden Buchstaben eine "<b>1</b>" fⁿr ausblenden bzw. eine "<b>0</b>" fⁿr sichtbar. Diese Zahlenreihe rechnen Sie nun mit dem Windows Taschenrechner (Eingabe im BinΣrmodus) in einen Hexadezimalwert um, den Sie dann in die Registry Eintragen k÷nnen.</p> <table border="2" cellpadding="2"> <col style="width: 330px;" /> <col style="width: 369px;" /> <tr> <td bgcolor="#c0c0c0" colspan="2"> <p>In der Professional Version von Windows k÷nnen Sie dieses auch ⁿber die <a href="../tip1000/tip1146.htm">Gruppenrichtlinie</a> konfigurieren. Starten Sie dafⁿr ⁿber "Start" -> "Ausfⁿhren" die Datei "<b>gpedit.msc</b>" und gehen Sie unter:</p> </td> </tr> <tr> <td bgcolor="#c0c0c0"> <p><b>Computerkonfiguration:</b> </p> </td> <td> <p>NEIN</p> </td> </tr> <tr> <td bgcolor="#c0c0c0"> <p><b>Benutzerkonfiguration:</b> </p> </td> <td> <p>JA</p> </td> </tr> <tr> <td bgcolor="#c0c0c0"> <p><b>Pfad:</b> </p> </td> <td> <p>Administrative Vorlagen\Windows-Komponenten\Windows Explorer</p> </td> </tr> <tr> <td bgcolor="#c0c0c0"> <p><b>Einstellungsname:</b> </p> </td> <td> <p>Diese angegebenen DatentrΣger im Fenster "Arbeitsplatz" ausblenden</p> </td> </tr> </table> <p class="htmlinfo"> <img src="../icons/hand.png" alt="Info" />Laufwerke, die derart ausgeblendet werden, sind trotzdem unter WINFILE.EXE sichtbar. Auch k÷nnen sie ⁿber UNC-Namen (\\Server\Freigabe\...) noch angesprochen werden.</p> <p class="htmlinfo"> <img src="../icons/hand.png" alt="Info" />Weitere Informationen hierzu finden Sie in der <a href="tip0320.htm">MS Knowledge Base</a>: <a href="http://support.microsoft.com/?kbid=158457" target="_blank">http://support.microsoft.com/?kbid=158457</a></p> <!--sphider_noindex--> <p class="htmlinfo"> <img src="../icons/hand.png" alt="Info" />Diese Einstellung k÷nnen Sie einfach mit dem "<a href="../tip1500/tip1657.htm">Registry System Wizard</a>" (RSW) verΣndern. Sie k÷nnen das Programm unter "<a href="http://www.winfaq.de/" target="_blank">http://www.winfaq.de</a>" herunterladen.</p> <!--/sphider_noindex--> <p><a name="kanchor477"></a><a name="kanchor478"></a><a name="kanchor479"></a><a name="kanchor480"></a><a name="kanchor481"></a><a name="kanchor482"></a> </p> <!--sphider_noindex--> <hr /> <p style="text-align: center;"><strong>URL: http://www.winfaq.de/faq_html/Content/tip0000/tip0382.htm</strong> </p> <p style="text-align: center;"><strong>WinFAQ « Version 7.6 Copyright ⌐ 1996/2008 by Frank Ullrich</strong> </p> <!--/sphider_noindex--> <div class="separator"> </div> <script type="text/javascript" src="../skinsupport/madcapbodyend.js"> </script> </body> </html>